-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proto: camelCase to snake_case #1656
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK (did a quick skim)
Thank you so much for helping :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, ty!!
We should check with @pyramation about whether this breaks js before merging tho |
Can you add a breaking change entry in the changelog? (Also in the future can you fill out the PR template please!) Btw, also added you to the 'notional' github team, so in the future you can branch off the repo directly |
utACK as well! @Thunnini can you take a look to verify this will change amino encoding on FE? I have a pretty good idea of the implications but have not tested. This change would like require we update FE amino converter implementations (to be more like how it's done with cosmos package with underscore<->camel instead of camel<->camel). So in a sense, this is a good move in the right direction, and how other packages seem to be doing it. |
thank u, i edited changelog |
@ValarDragon Va @pyramation |
I don't believe we're using those fields in FE yet — would it make sense to rename those to |
Oh i mean in chain code |
Hey, this probably shouldn't have been merged yet, adjusting perms to improve this in the future. (My bad on hitting approve) Going to make a follow-up issue, to ensure we have a plan for how significant is this breaking change, and if we should revert it or bundle it with another large breaking change in the future. |
my bad, should we revert to previous commit? |
Eh, its not that huge of a deal. Going to make the issue for us to decide in |
Closes: #701
Change camelCase to snake_case in gamm proto